/* 新版样式 */
.wapper-main {
    background: #f3f5f7;
    padding: 30px 0;
}

.wapper-article {
    width: 1200px;
    margin: 0 auto;
    display: flex;

}

.wapper-article .left-art {
    width: 830px;

}

.left-art .left-top {
    display: flex;
    position: relative;
    background: #FFF;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.art-l {
    width: 150px;
    margin-right: 30px;
}

.art-l>p {
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    background: #FFF;
    color: #333;
    font-size: 16px;
    cursor: pointer;
}

.art-l>.all-nav {
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    background: #FFF;
    color: #333;
    font-size: 16px;
    cursor: pointer;
    border-radius: 10px 0 0 0;
}

.art-l>p:nth-of-type(1) {
    border-radius: 10px 0 0 0;
}

.art-l .all-nav.active {
    background: #3080ff;
    color: #FFF;
}

.art-l .all-nav:hover {
    background-color: rgba(48, 128, 255, 0.5);
}

.art-l .all-nav .all-nav-img {
    width: 10px;
    height: 10px;
    margin-right: 10px;
    background-image: url('./img/all-icon2.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.art-l .all-nav.active .all-nav-img {
    background-image: url('./img/all-icon.png');
}

.art-l>p img {
    margin-right: 10px;
}

.art-l ul li {
    line-height: 40px;
    border-bottom: 1px solid #ecf3f8;
    cursor: pointer;

}

.art-l ul .active .one-Child a {
    color: #FFF;
}

.art-l ul li:last-of-type {
    border: none;
}

.art-l ul li.active .one-Child {
    background: #3080ff;
    color: #FFF;
}

.art-l ul li .one-Child {
    display: flex;
    align-items: center;
    padding-left: 20px;
    font-weight: 700;
    transition: all 0.2s ease-in;
}

.art-l ul li .one-Child:hover {
    background-color: rgba(48, 128, 255, 0.5);
}

.art-l ul li img {
    margin-left: auto;
    margin-right: 10px;
}

.two-child {
    padding-left: 20px;
    color: #666666;
    font-size: 12px;
}

.two-child:hover {
    background-color: rgba(48, 128, 255, 0.5);
}

.two-child.active {
    background: #3080ff;
}

.two-child.active a {
    color: #FFF;
}

.two-child a {
    color: #666;
}

.none {
    display: none;
}

.art-r {
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    flex: 1;
    min-width: 0;
}

.art-r li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    cursor: pointer;

}

.art-r li:hover p {
    color: #3080ff;
}

.art-r li:last-of-type {
    margin: 0;
}

.art-r li a>img {
    width: 170px;
    height: 100px;
    border-radius: 5px;
    margin-right: 20px;
    image-rendering: -moz-crisp-edges; 
    image-rendering: -o-crisp-edges; 
    image-rendering: -webkit-optimize-contrast; 
    image-rendering: crisp-edges; 
    -ms-interpolation-mode: nearest-neighbor;
}

.art-r li .flex-r p {
    font-size: 18px;
    margin-bottom: 20px;

}

.art-r li .flex-r div {
    color: #949596;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.art-r li .flex-r .art-header {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

.art-r li .flex-r .eye {
    margin-left: 20px;
    margin-right: 5px;
}

.art-r li .flex-r div .biaoqian {
    display: flex;
    margin-left: 40px;
}

.art-r li .flex-r div .biaoqian span {
    display: inline-block;
    padding: 3px 15px;
    border-radius: 20px;
    background: #f7f7f7;
    color: #808080;
    margin-right: 15px;
}

.art-r li .flex-r div .biaoqian span a {
    color: #808080;
}

.flex-r {
    flex: 1;
    min-width: 0;
}

.right-art {
    margin-left: 30px;
    width: 340px;
}

.art-r-top {
    background: #FFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
}

.art-r-top a {
    width: 150px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3080ff;
    color: #FFF;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.2s ease-in;

}

.art-r-top a:hover {
    transform: translateY(-4px)
}

.art-r-top a img {
    margin-right: 10px;
}
.art_r_advertising{
    margin-top: 20px;
    border-radius: 10px;
}

.quanzi {
    background: #FFF;
    border-radius: 10px;
    padding: 25px 20px;
}

.quanzi .qz-title {
    font-size: 18px;
    color: #3080ff;
    font-weight: bold;
    margin-bottom: 20px;
}

.quanzi .qz-title img {
    margin-left: 10px;
}

.quanzi ul li {
    display: flex;
    margin-bottom: 20px;
    cursor: pointer;
}

.quanzi ul li:hover p {
    color: #3080ff;
}

.quanzi ul li:last-of-type {
    margin: 0;
}

.quanzi ul li>img,
.quanzi ul li label {
    width: 26px;
    height: 43px;
    margin-right: 10px;
    font-size: 18px;
    text-align: center;
}

.quanzi ul li label {
    display: inline-block;
    margin: 0 8px 0 10px;
    width: 20px;
    height: 20px;
    background-color: #c1c3c8;
    text-align: center;
    line-height: 20px;
    color: white;
}

.quanzi ul li:nth-child(1) label {
    background-color: #f34f1c;
}

.quanzi ul li:nth-child(2) label {
    background-color: #ff8447;
}

.quanzi ul li:nth-child(3) label {
    background-color: #ffb95f;
}

.quanzi ul li .qz-r {
    flex: 1;
}

.quanzi ul li .qz-r p {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 255px;
    margin-bottom: 5px;
}

.quanzi ul li .qz-r p {
    height: 20px;
    line-height: 20px;
}

.quanzi ul li .qz-r .qz-info {
    color: #999999;
    display: flex;
    align-items: center;
    font-size: 12px;
}

.quanzi ul li .qz-r .qz-info div {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.quanzi ul li .qz-r .qz-info div img {
    margin-right: 5px;
}

.xf-nav {
    position: fixed;
    bottom: 10%;
    right: 15%;
}

.xf-nav ul {
    position: relative;
}

.xf-nav ul li {
    background: #4c545c;
    border-bottom: 1px solid #FFF;
    color: #FFF;
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    cursor: pointer;
}

.xf-nav ul li:hover {
    background: #3080ff;
}

.xf-nav ul li:nth-of-type(1) {
    border-radius: 5px 5px 0 0;
}

.xf-nav ul li:last-of-type {
    border-radius: 0px 0px 5px 5px;
}

.xf-nav ul li:nth-of-type(1):hover .ewm-show {
    display: block;
}

.xf-nav ul li div a {
    color: #FFF;
}

.ewm-show {
    display: none;
    position: absolute;
    right: -90px;
    max-width: 80px;
    height: 80px;
    top: 0;
}

/* 详情 */
.article-nav {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.article-nav a {
    color: #333;
}

.detail-l {
    flex: 1;
    min-width: 0;

}

.detail-l>div,
.detail-r>div {
    background: #FFF;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 8px;
    margin-bottom: 20px;
}

.detail-l .title {
    font-size: 22px;
}

.detail-l .biaoqian {
    margin-top: 10px;
}

.detail-l .biaoqian span {
    display: inline-block;
    padding: 3px 15px;
    border-radius: 20px;
    background: #f7f7f7;
    margin-right: 15px;
    color: #808080;
}

.detail-l .dl-header {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.detail-l .dl-header img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 10px;
}

.detail-l .dl-header .dl-header-r {
    flex: 1;
}

.detail-l .dl-header .dl-header-r p:nth-of-type(2) {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #999;
}

.detail-l .dl-header .dl-header-r p:nth-of-type(2) span {
    margin-left: auto;
}

.detail-l .dl-content {
    line-height: 25px;
    margin-top: 20px;
    font-size: 16px;
}

.detail-l .dl-content a {
    color: red;
}

.detail-l .dl-content .dl-con-img {
    text-align: center;
}

.detail-l .dl-content img {
    max-width: 100%;
    margin-bottom: 10px;
}

.detail-l .gzgzh {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 20px;
}

.detail-l .gzgzh img {
    width: 140px;
}

.detail-l .gzgzh p {
    margin-top: 5px;
}

.detail-l .dl-bottom {
    border-top: 1px solid #eee;
    text-align: center;
    padding-top: 20px;
}

.detail-l .dl-bottom>p {
    font-size: 12px;
    margin-bottom: 15px;
    color: #818a92;
}

.detail-l .dl-bottom>div {
    display: flex;
    justify-content: center;
}

.detail-l .dl-bottom span {
    color: #3080ff;
    border: 1px solid #3080ff;
    padding: 3px 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    margin: 0 15px;
    cursor: pointer;
    position: relative;
}

.detail-l .dl-bottom .share-btn .share-box {
    position: absolute;
    top: 31px;
    right: -30px;
    width: 140px;
    height: 180px;
    background-color: #ffffff;
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 10%);
    border-radius: 4px;
    padding: 0 15px;
    box-sizing: border-box;
    z-index: 999;
    display: none;
}

.detail-l .dl-bottom .share-btn .share-box p {
    color: #333;
    margin-top: 10px;
}

.detail-l .dl-bottom .share-btn .share-box p img {
    margin-right: 10px;
}

.detail-l .dl-bottom .share-btn .share-box .img img {
    display: block;
    width: 110px;
    height: 110px;
    background: #fff;
    padding: 5px;
    box-sizing: border-box;
    border-radius: initial !important;
}

.detail-l .dl-bottom .share-btn:hover .share-box {
    display: block;
}

.detail-l .dl-bottom .dl-page {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.detail-l .dl-bottom .dl-page a {
    cursor: pointer;
    color: #818a92;
}

.detail-l .dl-bottom .dl-page a:hover {
    color: #3080ff;
}

.detail-l .pl {
    border-bottom: 1px solid #EEE;
    padding-bottom: 20px;
}

.detail-l .pl p:nth-of-type(1) {
    font-size: 16px;
    font-weight: bold;
}

.detail-l .pl textarea {
    border: 1px solid #DDD;
    background: #f9fafb;
    width: 100%;
    height: 100px;
    border-radius: 3px;
    margin: 15px 0;
    padding: 10px;
    box-sizing: border-box;

}

.detail-l .pl .btn {
    text-align: right;
}

.detail-l .pl .btn span {
    background: #3080ff;
    color: #FFF;
    padding: 5px 20px;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
}

.detail-l .detail-pl-list li {
    border-bottom: 1px solid #EEE;
    padding-bottom: 20px;
    padding-top: 20px;

}

.detail-l .detail-pl-list li:last-of-type {
    border: none;
}

.detail-l .detail-pl-list li .pl-list-header {
    display: flex;
    align-items: center;
}

.detail-l .detail-pl-list li .pl-list-header img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 10px;
}

.detail-l .detail-pl-list li .pl-list-header .pl-list-r p:nth-of-type(1) {
    color: #3080ff;
}

.detail-l .detail-pl-list li .pl-list-header .pl-list-r p:nth-of-type(2) {
    color: #999999;
    font-size: 12px;
}

.detail-l .detail-pl-list li .pl-content {
    line-height: 25px;
    margin-top: 10px;
}

.detail-hot>p {
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.detail-hot p span {
    font-size: 14px;
    font-weight: normal;
    color: #999;
    display: flex;
    align-items: center;
    margin-left: auto;
    cursor: pointer;
}

.detail-hot p span:hover {
    color: #3080ff;
}

.detail-hot p span>i {
    font-size: 22px;
    margin-top: 3px;
}

.detail-hot p span label {
    color: #333;
    margin-left: 20px;
    cursor: pointer;

}

.dl-advert-bottom {
    display: block;
    position: relative;
}

.dl-advert-bottom .dl-ad-btn {
    position: absolute;
    bottom: 9px;
    right: 10px;
    top: 38px;
    transition: all 0.5s;
    /* transform: translateX(-50%); */
}

.dl-advert-bottom .dl-ad-btn:hover {
    transform: scale(1.1);
}

.pad30 {
    padding: 20px 30px !important;
}

.detail-hot ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.detail-hot li {
    width: 240px;
    cursor: pointer;
}

.detail-hot li:hover .line2 {
    color: #3080ff;
}

.detail-hot li .hot-img {
    width: 100%;
    height: 140px;
    border-radius: 7px;
    position: relative;
    overflow: hidden;
}

.detail-hot li .hot-img img {
    width: 100%;
    height: 100%;
}

.detail-hot li .hot-img i {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 45px;
    color: #FFF;
    transform: translate(-50%, -50%);
}

.detail-hot li .line2 {
    font-weight: bold;
    margin: 10px 0;
}

.detail-hot li .hot-info {
    display: flex;
    align-items: center;
    color: #949596;
}

.detail-hot li .hot-info img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
}

.detail-hot li .hot-info span {
    margin-left: auto;
    display: flex;
    align-items: center;

}

.detail-hot li .hot-info span i {
    font-size: 25px;
}

.aboutvideo {
    background: #FFF;
    border-radius: 10px;
    padding: 20px;
    display: flex;
}

.aboutvideo .about-div {
    flex: 1;
    min-width: 0;
}

.aboutvideo .about-div:nth-of-type(1) {
    margin-right: 20px;
}

.aboutvideo .about-div>p {
    font-size: 18px;
    font-weight: bold;
    position: relative;
}

.aboutvideo .about-div>p::after {
    position: absolute;
    bottom: -10px;
    height: 1px;
    background: #EEE;
    width: 40px;
    content: '';
    left: 0;
}

.aboutvideo .about-div .about-list p {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.aboutvideo .about-div .about-list p:nth-of-type(1) {
    margin-top: 30px;
}

.aboutvideo .about-div .about-list img {
    margin-right: 10px;
}

.aboutvideo .about-div p i {
    color: #dddddd;
    margin-right: 10px;
}

.aboutvideo .about-div .about-list-v p {
    line-height: 20px;
}

.detail-r {
    width: 350px;
    margin-left: 20px;
}

.detail-r .dr-header {
    text-align: center;
}

.detail-r .dr-header>img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.detail-r .dr-header>p:nth-of-type(1) {
    font-size: 20px;
    font-weight: bold;
    margin: 5px 0;
}

.detail-r .dr-header-list {
    text-align: left;
    border-radius: 5px;
    padding: 10px 20px;
    background: #f5faff;
    margin-top: 20px;
}

.detail-r .dr-header-list p {
    margin: 10px 0;
    color: #686d73;
    display: flex;
    align-items: center;
    font-size: 12px;
    cursor: pointer;
}

.detail-r .dr-header-list p:hover span {
    color: #3080ff;
}

.detail-r .dr-header-list p span {
    max-width: 70%;
    display: inline-block;
}

.detail-r .dr-header-list p img {
    margin: 0 5px 0 10px;
}

.detail-r .dl-advert {
    position: relative;
    padding: 0;
    overflow: hidden;
}
.detail-r .dl-advert.pofixed{
    position: fixed;
    right: 0;
    top: 30%;
}

.detail-r .dl-advert a {
    display: block;
}

.detail-r .dl-advert .dl-advert-close {
    position: absolute;
    right: 10px;
    top: 10px;
}
.detail-r .dl-advert .dl-advert-btn {
    position: absolute;
    left: 124px;
    bottom: 11px;
}

.detail-r .dl-advert .dl-advert-btn:hover {
    transform: scale(1.1);
    transition: 0.5s;
}


.detail-r .titse {
    color: #2775f2;
    font-size: 18px;
    position: relative;
    text-align: left;
    font-weight: bold;
}

.detail-r .titse img {
    margin-left: 5px;
}

.detail-r .dr-new .pages {
    text-align: left;
}

.detail-r .dr-new .pages li {
    font-size: 16px;
    margin: 15px 0;
    display: flex;
    align-items: center;
}

.detail-r .dr-new .pages li a {
    color: #333333;
    display: inline-block;
    width: 90%;
}

.detail-r .dr-new .pages li a:hover {
    color: #3080ff;
}

.detail-r .dr-new .pages li i {
    font-weight: bolder;
    margin-right: 8px;
}

.detail-r .dr-video {
    margin-top: 20px;
}

.detail-r .dr-video li {
    border-radius: 7px;
    overflow: hidden;
    height: 150px;
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
}

.detail-r .dr-video li:last-of-type {
    margin: 0;
}

.detail-r .dr-video li a {
    color: #FFF;
}

.detail-r .dr-video li a:hover {
    color: #FFF;
}

.detail-r .dr-video li img {
    height: 100%;
    width: 100%
}

.detail-r .dr-video li i {
    color: #FFF;
    font-size: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.detail-r .dr-video li p {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    color: #FFF;
    padding: 5px 10px;
}

.detail-r .fenleis {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.detail-r .fenleis li {
    margin: 20px;
}

.detail-r .fenleis li a {
    padding: 10px 15px;
    background-color: #f6f7f9;
    border-radius: 20px;
}